home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Assert messages < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Assert messages
  2. Sent:        7/2/96 4:14 PM
  3. Received:    7/2/96 4:31 PM
  4. From:        Karl Jepsen, kjepsen@dharbor.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. When we embed any GIF or JPEG graphic (CyberDog is the viewer) in our part
  9. (or ODFDraw or ODDFContainer) we get tons of assert messages before the
  10. graphic renders itself the first time. (You have to be running the debug
  11. versions to see the asserts). What should we do about these asserts?
  12.  
  13. Each assert message has the following format:
  14.  
  15. Why is an autodestruct object of class TryBlockContext being constructed in
  16. a bad context?  See FWExcImp.cpp for possible causes.
  17.  
  18. Following the above assert we get the same message over and over again
  19. except with the class names as indicated:
  20.  
  21. FW_CAcquiredODRefCntObject, FW_CPrivOrderedCollectionIterator,
  22. FW_CPartProxyFrameIterator, Watcher, FW_CAcquiredODRefCntObject,
  23. TryBlockContext, TryBlockContext, TryBlockContext,
  24. FW_CAcquiredODRefCntObject, FW_CPrivOrderedCollectionIterator,
  25. FW_CPartProxyFrameIterator, Watcher, FW_CAcquiredODRefCntObject,
  26. FW_CODFrameFacetIterator, FW_CFrameFacetIterator,
  27. FW_CAcquiredODRefCntObject, FW_CAcquiredODRefCntObject,
  28. FW_CAcquiredODRefCntObject, FW_CAcquiredODRefCntObject,
  29. FW_CFacetIterator, FW_CAcquiredODRefCntObject, FW_CAcquiredODRefCntObject,
  30. TryBlockContext, FW_CAcquiredODRefCntObject,
  31. FW_CAcquiredODRefCntObject, FW_CAcquiredODRefCntObject,
  32. FW_CAcquiredODRefCntObject, FW_CAcquiredODRefCntObject,
  33. FW_CAcquiredODRefCntObject, TryBlockContext, TryBlockContext
  34.  
  35. Thanks,
  36.  
  37. Karl Jepsen
  38.  
  39.